projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ce77f
)
(other-frame): Warp the mouse so that the other
author
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Sep 1993 04:10:11 +0000
(
04:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Sep 1993 04:10:11 +0000
(
04:10
+0000)
frame actually stays selected.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index f3cbdbb9284606574c7c1c2c17bef443d660e22f..e9d17fc1de31e8d812b29c9a41e98a2c38d0e647 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-371,7
+371,9
@@
A negative ARG moves in the opposite order."
(setq frame (previous-frame frame)))
(setq arg (1+ arg)))
(raise-frame frame)
- (select-frame frame)))
+ (select-frame frame)
+ (set-mouse-position (selected-frame) (frame-width) 0)
+ (unfocus-frame)))
\f
;;;; Frame configurations